﻿2026-06-06T06:43:13.1084101Z ##[group]Run actions/checkout@v5
2026-06-06T06:43:13.1085828Z with:
2026-06-06T06:43:13.1086649Z   repository: SaberMage/spt-core
2026-06-06T06:43:13.1094536Z   token: ***
2026-06-06T06:43:13.1095315Z   ssh-strict: true
2026-06-06T06:43:13.1096104Z   ssh-user: git
2026-06-06T06:43:13.1096920Z   persist-credentials: true
2026-06-06T06:43:13.1097791Z   clean: true
2026-06-06T06:43:13.1098575Z   sparse-checkout-cone-mode: true
2026-06-06T06:43:13.1099583Z   fetch-depth: 1
2026-06-06T06:43:13.1100336Z   fetch-tags: false
2026-06-06T06:43:13.1101105Z   show-progress: true
2026-06-06T06:43:13.1101884Z   lfs: false
2026-06-06T06:43:13.1102606Z   submodules: false
2026-06-06T06:43:13.1103442Z   set-safe-directory: true
2026-06-06T06:43:13.1104939Z ##[endgroup]
2026-06-06T06:43:13.2660055Z Syncing repository: SaberMage/spt-core
2026-06-06T06:43:13.2664315Z ##[group]Getting Git version info
2026-06-06T06:43:13.2666266Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:43:13.2668591Z [command]/usr/bin/git version
2026-06-06T06:43:13.2669667Z git version 2.34.1
2026-06-06T06:43:13.2672725Z ##[endgroup]
2026-06-06T06:43:13.2681749Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/e6a15d44-d357-41f4-afa3-094bca431813/.gitconfig'
2026-06-06T06:43:13.2685047Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/e6a15d44-d357-41f4-afa3-094bca431813' before making global git config changes
2026-06-06T06:43:13.2687770Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:43:13.2690106Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:43:13.2739961Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:43:13.2770415Z https://github.com/SaberMage/spt-core
2026-06-06T06:43:13.2788864Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:43:13.2794950Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:43:13.2824588Z refs/heads/dev-freeform
2026-06-06T06:43:13.2839130Z [command]/usr/bin/git checkout --detach
2026-06-06T06:43:13.2899100Z HEAD is now at 7a22a63 fix(daemon): M7 [twohost] — responder must let the joiner close first (Done/Seed close race)
2026-06-06T06:43:13.2961871Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:43:13.3003494Z Deleted branch dev-freeform (was 7a22a63).
2026-06-06T06:43:13.3051789Z ##[endgroup]
2026-06-06T06:43:13.3055654Z [command]/usr/bin/git submodule status
2026-06-06T06:43:13.3301598Z ##[group]Cleaning the repository
2026-06-06T06:43:13.3302909Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:43:13.3341389Z Removing traceable-reqs
2026-06-06T06:43:13.3354775Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:43:13.3424085Z HEAD is now at 7a22a63 fix(daemon): M7 [twohost] — responder must let the joiner close first (Done/Seed close race)
2026-06-06T06:43:13.3430415Z ##[endgroup]
2026-06-06T06:43:13.3433292Z ##[group]Disabling automatic garbage collection
2026-06-06T06:43:13.3439615Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:43:13.3476822Z ##[endgroup]
2026-06-06T06:43:13.3478302Z ##[group]Setting up auth
2026-06-06T06:43:13.3487472Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:43:13.3528003Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:43:13.3775217Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:43:13.3817423Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:43:13.4058129Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:43:13.4100301Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:43:13.4436931Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:43:13.4440985Z ##[endgroup]
2026-06-06T06:43:13.4442621Z ##[group]Fetching the repository
2026-06-06T06:43:13.4446225Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7a22a63cf14fd294e02ad0723459bb0f9fa7065c:refs/remotes/origin/dev-freeform
2026-06-06T06:43:14.1149630Z ##[endgroup]
2026-06-06T06:43:14.1152018Z ##[group]Determining the checkout info
2026-06-06T06:43:14.1154620Z ##[endgroup]
2026-06-06T06:43:14.1158799Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:43:14.1220669Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:43:14.1262231Z ##[group]Checking out the ref
2026-06-06T06:43:14.1268461Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:43:14.1334733Z Switched to a new branch 'dev-freeform'
2026-06-06T06:43:14.1338235Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:43:14.1350023Z ##[endgroup]
2026-06-06T06:43:14.1399141Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:43:14.1435783Z 7a22a63cf14fd294e02ad0723459bb0f9fa7065c
